home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / text / cedispel.lha / CEDispell / Spell.readme < prev   
Text File  |  1995-08-25  |  2KB  |  55 lines

  1. Quick Documentation
  2. -------------------
  3. Needs - ispell v3.1.18 (by Jesper Skov).
  4.       - rexxreqtools.library v37.71 (by Nico François).
  5.  
  6. This documentation is pretty limited, but this CED ispell interface should
  7. be easy enough to use...
  8.  
  9. Installation
  10. ------------
  11. The first thing to do is to edit the path and filename where you want to
  12. store your personal dictionary. Load Spell.rexx (into CED :) and edit the
  13. line
  14.  
  15. ispellcmd = 'run <nil: >nil: ispell -r -pHardCore:users/nilss/.ispell >nil: <nil:'
  16.  
  17. to something like
  18.  
  19. ispellcmd = 'run <nil: >nil: ispell -r -pMyDisk:MyPath/MyPersonalDict >nil: <nil:'
  20.  
  21. Then, just copy the 'Spell.ced' file to your REXX: directory.
  22. The smartest thing to do is probably to install it to the DOS/ARexx
  23. interface menu.
  24.  
  25. Usage
  26. -----
  27. Execute the script, if ispell/Spell finds a mistyped word it will display
  28. a requester. If ispell found a close match you may select one of the
  29. suggested replacements by pressing it's gadget or it's number on the
  30. keyboard. Pressing the 'Options' gadget displays a new window with these
  31. gadgets: 'Accept', 'Add', 'Quit', and 'Cancel'. The two first have the
  32. same functionality as the ispell ARexx commands with the same name. The
  33. 'Quit' gadget will quit the current scan. The 'Cancel' gadget takes you
  34. back to the first window.
  35.  
  36. Execute again to check the next word.
  37.  
  38. Notice: Spell may sometimes become a bit confused and say things like
  39. No suggestions for "". Just keep running it until it comes back on track,
  40. or says that it's finished.
  41.  
  42. IMPORTANT: Remember to save after each pass through the file !
  43.            Ispell does not like certain special characters like the 'ç' in
  44.            François :) This may be dependent upon the dictionary.
  45.  
  46. The personal dictionary
  47. -----------------------
  48. There seems to be a problem with the ispell ARexx 'ADD' command. It seems
  49. to be unable to write to a personal dictionary. This happens even if you
  50. use the -p option when starting ispell. If 'ADD' works for you, edit or
  51. delete the -p -? ????????????????????????????
  52.  
  53. Problems?
  54. Contact me at nilss@stud.cs.uit.no
  55.